home *** CD-ROM | disk | FTP | other *** search
/ The Sunday Times: The Month 2004 August / The Sunday Times - The Month 2004-08.iso / pc / engine / shell / shell.swf / scripts / DefineSprite_56 / frame_1 / DoAction.as
Encoding:
Text File  |  2004-07-06  |  166 b   |  12 lines

  1. function show()
  2. {
  3.    gotoAndStop(5);
  4. }
  5. function tint(hex)
  6. {
  7.    var myColour = new Color(this);
  8.    var col = "0x" + hex;
  9.    myColour.setRGB(col);
  10. }
  11. stop();
  12.